body {
	background-color: lightblue;
	font-size: 20px;
}
h1{
	border: darkred 6px solid;
	border-radius: 10px;
	color: darkblue;
	background-color: yellow;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
h2{
	font-family: 'Caesar Dressing', cursive; 
	font-size: 30px; 
	border-bottom: darkblue 5px solid;
	text-align: center;

}
.centrar {
	text-align: center;
}

.personalización {
	color: blue;
	font-size: 50px;
	text-align: center;
}